Operation boolean
isDaemon (), in Class Thread
Documentation
* Tests if this thread is a daemon thread.
*
* @return <code>true</code> if this thread is a daemon thread;
* <code>false</code> otherwise.
* @see java.lang.Thread#setDaemon(boolean)
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Final | True | Abstract | False |
Static | False | Native | False |
Synchronized | False | | |